|
POSITION PARTICLE EMISSIONS
This command will adjust the emissions position of a particles object.
POSITION PARTICLE EMISSIONS Particle Number, X, Y, Z
Particle Number
Integer
The particle object number
X
Float
The x position value
Y
Float
The y position value
Z
Float
The z position value
This command does not return a value.
By moving the emissions position of the particles object, you can create very effective visual trails.
load image "spec.bmp",3
make particles 3, 3, 10, 10.0
position particles 3, -3, 0, 10
set particle emissions 3, 2+rnd(8)
do
loop
delete particles 3
end
PARTICLES Commands Menu
Index
|